home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / graphics / 3dbin.arc / README.DOC < prev   
Text File  |  1988-08-13  |  2KB  |  55 lines

  1.  
  2.  
  3.          +--------------------------------------------------------------+
  4.          | MATRICKS: 3D graphics package; sources, docs, binaries, demo |
  5.          +--------------------------------------------------------------+
  6.  
  7.    The distributions are as follows:
  8.  
  9.       SOURCES:                         BINARIES:
  10.  
  11.       3demo.c                          3demo.prg
  12.       drawlin.asm                      3dlib.bin
  13.       gemfuncs.c                       matricks.doc
  14.       makefile                         readme.doc
  15.       mat.c
  16.       matricks.doc
  17.       matricks.h
  18.       mxops.asm
  19.       object.c
  20.       readme.doc
  21.  
  22.    SOURCES are planned to go to comp.sources.misc because there's a general
  23.    interest for the stuff.
  24.    BINARIES are planned to go to comp.binaries.atari.st; they are too specific
  25.    to run on other hardware than Atari ST's.
  26.  
  27.    A few remarks conceirning the demo program and library:
  28.  
  29.    1) Because clipping is not yet implemented, images can get distorted near
  30.    an edge. This is due to the projection function, that truncates all
  31.    coordinates that are too big to fit on the screen. Clipping will be
  32.    implemented in the next release; no truncation will be needed anymore.
  33.    2) For high resolution monitors the first demo only uses part of the screen.
  34.    Since I don't own one, a friend had to tell me (thanks, Frans!). Because
  35.    I don't consider it too important, it isn't fixed yet (next release?).
  36.    3) A remark about the library: all parameters of all functions are of size
  37.    4; this is due to the Lattice parameter passing mechanism. This can cause
  38.    problems when using them from other compilers (e.g. when passing shorts).
  39.    Suggestions: explicit casts to long, or using an interface library, or
  40.    creating your own library using the sources (see the makefile).
  41.  
  42.    Enjoy!
  43.  
  44.             Leo.
  45.  
  46.    P.S.: For bug reports, problems, questions, suggestions, etc.:
  47.  
  48.          L.J.M. de Wit
  49.          Nachtegaallaan 7
  50.          5731XP Mierlo
  51.          Holland
  52.  
  53.          E-mail: ...!mcvax!philmds!leo
  54.  
  55.